[.htaccess][apache]How redirect http://mysite/css/ to http://server1.mysite.com/css ?

Posted by marc on Super User See other posts from Super User or by marc
Published on 2010-06-16T13:54:46Z Indexed on 2010/06/16 14:03 UTC
Read the original article Hit count: 273

Filed under:
|

How can i redirect all requests passed to

http://mysite.com/css 

to http://otherserver.otherserver.com/css ?

User typing

http://mysite.com/css/somefile.css

and go redirect to

http://otherserver.otherserver/css/comefile.css 

Regards

© Super User or respective owner

Related posts about apache

Related posts about htaccess